| Tests method |
Applies to
TAbstractTest
Declaration
Function Tests: IInterfaceList;
See Also
function TAbstractTest.Tests: IInterfaceList;
begin
if EmptyTestList = nil then
EmptyTestList := TInterfaceList.Create;
Result := EmptyTestList;
End; |
|
|